home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000419_news@columbia.edu _Tue Apr 16 08:24:37 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id IAA09450 for <kermit.misc@watsun>; Tue, 16 Apr 1996 08:24:33 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id IAA21706 for kermit.misc@watsun; Tue, 16 Apr 1996 08:24:30 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!in2.uu.net!spool.mu.edu!munnari.OZ.AU!news.mel.connect.com.au!wantree.com.au!nevyn.realize.com.au!bruce
  5. From: bruce@nevyn.realize.com.au (Bruce Cook)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Kermit-95 and terminal reset
  8. Date: Mon, 15 Apr 1996 12:09:58 GMT
  9. Organization: AusSTEP Consultants
  10. Lines: 19
  11. Sender: bruce@nevyn.realize.com.au
  12. Message-ID: <x720lpzo15.fsf@nevyn.realize.com.au>
  13. Reply-To: bcook@wantree.com.au
  14. NNTP-Posting-Host: a1-dialin4.wantree.com.au
  15. X-Newsreader: Gnus v5.1
  16.  
  17. I seem to be having a problem with terminal reset under
  18. kermit-95 1.1.3(192).
  19.  
  20. When I exit a telnet session with kermit, it doesn't
  21. seem to completely reset it's terminal.
  22.  
  23. The problem occurs when I run somthing that uses ncurses
  24. which gets terminal size wrong (I'm using 96/40).
  25.  
  26. It sets up a scroll region on line 24, which stuffs up
  27. later programs being run.  While I realize that this is
  28. an ncurses problem, and am willing to put up with it, it
  29. becomes a bit of a problem when I terminate the session,
  30. and then have to exit Kermit-95, because the problem
  31. will be carried onto the next telnet session I start.
  32.  
  33. Is this a bug or feature.  Is there a way I can manually
  34. reset these scroll regions between sessions ?
  35.